const github.com/vmihailenco/bufpool.calibrateCallsThreshold

2 uses

	github.com/vmihailenco/bufpool (current package)
		pool.go#L17: 	calibrateCallsThreshold = 42000
		pool.go#L84: 	if atomic.AddUint32(&p.calls[idx], 1) > calibrateCallsThreshold {